ostree.git
3 years agoMerge pull request #2616 from HuijingHei/dup-osname
Luca Bruno [Wed, 25 May 2022 07:00:12 +0000 (07:00 +0000)]
Merge pull request #2616 from HuijingHei/dup-osname

Remove dup "--os=OSNAME" line in output of "ostree admin config-diff --help"

3 years agoRemove dup "--os=OSNAME" line in output of "ostree admin config-diff --help"
Huijing Hei [Wed, 25 May 2022 03:15:39 +0000 (11:15 +0800)]
Remove dup "--os=OSNAME" line in output of "ostree admin config-diff --help"

Small fix for https://github.com/ostreedev/ostree/issues/2594

3 years agoFix GNU style of two spaces for indent in https://github.com/ostreedev/ostree/pull...
Huijing Hei [Wed, 25 May 2022 03:12:47 +0000 (11:12 +0800)]
Fix GNU style of two spaces for indent in https://github.com/ostreedev/ostree/pull/2612

3 years agoMerge pull request #2612 from HuijingHei/deploy-karg-delete
Colin Walters [Tue, 24 May 2022 15:18:54 +0000 (11:18 -0400)]
Merge pull request #2612 from HuijingHei/deploy-karg-delete

Teach --karg-delete option to ostree admin deploy

3 years agoMerge pull request #2614 from nikita-dubrovskii/issue-2867
Dusty Mabe [Mon, 23 May 2022 20:11:56 +0000 (16:11 -0400)]
Merge pull request #2614 from nikita-dubrovskii/issue-2867

s390x: ensure SecureExecution is enabled before sd-boot generation

3 years agos390x: ensure SecureExecution is enabled before sd-boot generation
Nikita Dubrovskii [Mon, 23 May 2022 15:28:54 +0000 (17:28 +0200)]
s390x: ensure SecureExecution is enabled before sd-boot generation

Signed-off-by: Nikita Dubrovskii <nikita@linux.ibm.com>
3 years agoMerge pull request #2580 from nikita-dubrovskii/sdboot_partition
Colin Walters [Mon, 23 May 2022 12:41:35 +0000 (08:41 -0400)]
Merge pull request #2580 from nikita-dubrovskii/sdboot_partition

s390x: generate sd-boot at its own partition

3 years agoTeach --karg-delete option to ostree admin deploy
Huijing Hei [Wed, 18 May 2022 02:45:46 +0000 (10:45 +0800)]
Teach --karg-delete option to ostree admin deploy

See https://github.com/ostreedev/ostree/issues/2586

3 years agos390x: generate sd-boot at its own partition
Nikita Dubrovskii [Mon, 4 Apr 2022 14:09:50 +0000 (16:09 +0200)]
s390x: generate sd-boot at its own partition

Signed-off-by: Nikita Dubrovskii <nikita@linux.ibm.com>
3 years agoMerge pull request #2610 from cgwalters/ci-tweaks-2
Joseph Marrero Corchado [Tue, 17 May 2022 14:43:30 +0000 (10:43 -0400)]
Merge pull request #2610 from cgwalters/ci-tweaks-2

ci: Move codestyle and min build to GH actions

3 years agoci: Move codestyle and min build to GH actions
Colin Walters [Tue, 17 May 2022 00:10:32 +0000 (20:10 -0400)]
ci: Move codestyle and min build to GH actions

Part of general momentum to leave heavy lifting (e.g. VM tests)
to Jenkins and Prow and use the cheaper/faster GH actions for
plain builds.

3 years agoMerge pull request #2608 from cgwalters/fanalyzer-fixes
Colin Walters [Mon, 16 May 2022 19:55:35 +0000 (15:55 -0400)]
Merge pull request #2608 from cgwalters/fanalyzer-fixes

ci: Drop gcc `-fanalyzer` by default

3 years agoci: Drop all `runAsUser: 0` in builds
Colin Walters [Mon, 16 May 2022 16:37:15 +0000 (12:37 -0400)]
ci: Drop all `runAsUser: 0` in builds

This triggers the new git warning; I think this is only
here because long ago we used coreos-assembler as a buildroot,
but that's long since fixed.

3 years agoci: Drop gcc `-fanalyzer` by default
Colin Walters [Sun, 15 May 2022 20:03:38 +0000 (16:03 -0400)]
ci: Drop gcc `-fanalyzer` by default

There's a pile of new warnings in GCC 12 from F36, I dug into
them but most of them seem inscrutable - I am not seeing the bugs.

For now to unblock further work, stop using this flag.

3 years agosysroot: Strengthen several `g_return_if_fail` into `g_assert()`
Colin Walters [Mon, 16 May 2022 14:59:27 +0000 (10:59 -0400)]
sysroot: Strengthen several `g_return_if_fail` into `g_assert()`

Similar to prior changes; motivated by testing out an updated
`gcc -fanalyzer`.

3 years agosysroot: Quiet one gcc `-fanalyzer` warning
Colin Walters [Sun, 15 May 2022 20:03:01 +0000 (16:03 -0400)]
sysroot: Quiet one gcc `-fanalyzer` warning

I don't think this can happen in practice, but add an assertion
to verify it.

3 years agoMerge pull request #2606 from ostreedev/dependabot/submodules/libglnx-c59eb27
Luca Bruno [Thu, 12 May 2022 13:18:45 +0000 (13:18 +0000)]
Merge pull request #2606 from ostreedev/dependabot/submodules/libglnx-c59eb27

build(deps): bump libglnx from `c71f7ae` to `c59eb27`

3 years agobuild(deps): bump libglnx from `c71f7ae` to `c59eb27`
dependabot[bot] [Thu, 12 May 2022 12:32:06 +0000 (12:32 +0000)]
build(deps): bump libglnx from `c71f7ae` to `c59eb27`

Bumps libglnx from `c71f7ae` to `c59eb27`.

---
updated-dependencies:
- dependency-name: libglnx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #2603 from cgwalters/use-cargo-deny
Joseph Marrero Corchado [Tue, 10 May 2022 21:43:19 +0000 (17:43 -0400)]
Merge pull request #2603 from cgwalters/use-cargo-deny

ci: use cargo-deny

3 years agoci: use cargo-deny
Colin Walters [Tue, 10 May 2022 21:13:44 +0000 (17:13 -0400)]
ci: use cargo-deny

Copied from https://github.com/ostreedev/ostree-rs-ext/pull/291

Part of unifying our CI.

3 years agoMerge pull request #2575 from cgwalters/merge-ostree-rs
Colin Walters [Mon, 9 May 2022 20:41:08 +0000 (16:41 -0400)]
Merge pull request #2575 from cgwalters/merge-ostree-rs

Merge ostree-rs into this repository

3 years agoMerge pull request #2601 from cgwalters/expose-get-xattrs
Colin Walters [Mon, 9 May 2022 19:00:53 +0000 (15:00 -0400)]
Merge pull request #2601 from cgwalters/expose-get-xattrs

Add APIs to get xattrs from disk

3 years agoMerge pull request #2602 from cgwalters/fix-docs-ci
Colin Walters [Mon, 9 May 2022 19:00:00 +0000 (15:00 -0400)]
Merge pull request #2602 from cgwalters/fix-docs-ci

ci: Work around GH actions `container:` + git + security bug

3 years agorust-bindings: Remove some unused CI/test bits
Colin Walters [Mon, 9 May 2022 18:53:40 +0000 (14:53 -0400)]
rust-bindings: Remove some unused CI/test bits

We're not using Vagrant or Gitlab, and our container flow is
different.

3 years agoci: Move rust-bindings CI to toplevel
Colin Walters [Mon, 9 May 2022 18:52:46 +0000 (14:52 -0400)]
ci: Move rust-bindings CI to toplevel

It should replace our stub one.

3 years agotests/inst: Add .gitignore
Colin Walters [Mon, 9 May 2022 18:52:26 +0000 (14:52 -0400)]
tests/inst: Add .gitignore

Need this now that it is it's own workspace.

3 years agoci: Work around GH actions `container:` + git + security bug
Colin Walters [Mon, 9 May 2022 18:46:41 +0000 (14:46 -0400)]
ci: Work around GH actions `container:` + git + security bug

See https://github.com/actions/checkout/issues/760

3 years agotests/inst: Fix install rules for ostree-rs merger
Colin Walters [Mon, 9 May 2022 16:57:40 +0000 (12:57 -0400)]
tests/inst: Fix install rules for ostree-rs merger

`tests/inst` became its own workspace.

3 years agoAdd APIs to get xattrs from disk
Colin Walters [Sat, 7 May 2022 17:51:31 +0000 (13:51 -0400)]
Add APIs to get xattrs from disk

I'm aiming to do some more work on the Rust side around `fsck`
like functionality, and this is a useful primitive.  There isn't
a great Rust crate for xattrs, and I think it's better to share this
code.

3 years agocfg.mk: Don't even look at rust-bindings/
Colin Walters [Fri, 6 May 2022 20:46:46 +0000 (16:46 -0400)]
cfg.mk: Don't even look at rust-bindings/

It's really tempting to remove `make syntax-check`, it has very
very rarely found any real problems.

But anyways, just exclude all the binding code because it trips
up random problems we simply don't care about like mentions of
`O_NDELAY` in the `GLib-2.0.gir`.

3 years agoMerge pull request #2600 from cgwalters/link-suse-ima
Joseph Marrero Corchado [Fri, 6 May 2022 20:35:28 +0000 (16:35 -0400)]
Merge pull request #2600 from cgwalters/link-suse-ima

docs/ima: Also link the SUSE docs

3 years agodocs/ima: Also link the SUSE docs
Colin Walters [Fri, 6 May 2022 18:43:58 +0000 (14:43 -0400)]
docs/ima: Also link the SUSE docs

They have a lot of stuff there.

3 years agobuild-sys: Adjust for merge of ostree-rs
Colin Walters [Thu, 31 Mar 2022 22:53:31 +0000 (18:53 -0400)]
build-sys: Adjust for merge of ostree-rs

Fix up the paths for the crates now that the Rust bindings are in
`rust/`.

We can't today include the test suite because it depends on `ostree-rs-ext`
which would make everything circular.

(Building that now requires a separate `cd tests/inst && cargo build`)

3 years agoAdd a `repo()` accessor to `TransactionGuard`
Colin Walters [Tue, 26 Apr 2022 23:30:01 +0000 (19:30 -0400)]
Add a `repo()` accessor to `TransactionGuard`

I want to write APIs that *require* the caller to have set up
an ostree transaction.  It's natural to require passing a guard
to do so.  But then we want an accessor for the repo.

3 years agolib: Run `cargo fmt`
Colin Walters [Wed, 6 Apr 2022 13:49:58 +0000 (09:49 -0400)]
lib: Run `cargo fmt`

Prep for merge into ostree, where we want to run `cargo fmt` checks
in CI.

3 years agoostree: release 0.13.7
Luca BRUNO [Fri, 4 Mar 2022 14:28:36 +0000 (14:28 +0000)]
ostree: release 0.13.7

3 years agoostree: manually patch generated files
Luca BRUNO [Fri, 4 Mar 2022 14:28:35 +0000 (14:28 +0000)]
ostree: manually patch generated files

This manually adds a missing `ToGlibPtr` import, which seems to be result
of some bugs in `gir` code-generation.

3 years agoostree: refresh after gir bump
Luca BRUNO [Fri, 4 Mar 2022 14:28:34 +0000 (14:28 +0000)]
ostree: refresh after gir bump

3 years agoostree/cargo: bump to ostree-sys 0.9.2
Luca BRUNO [Fri, 4 Mar 2022 14:28:33 +0000 (14:28 +0000)]
ostree/cargo: bump to ostree-sys 0.9.2

3 years agoostree-sys: release 0.9.2
Luca BRUNO [Fri, 4 Mar 2022 10:35:03 +0000 (10:35 +0000)]
ostree-sys: release 0.9.2

3 years agoostree-sys: refresh after gir bump
Luca BRUNO [Fri, 4 Mar 2022 10:35:02 +0000 (10:35 +0000)]
ostree-sys: refresh after gir bump

3 years agogir-files: bump to v2022.2
Luca BRUNO [Fri, 4 Mar 2022 10:35:01 +0000 (10:35 +0000)]
gir-files: bump to v2022.2

3 years agorepo: Add `query_file` API
Colin Walters [Sat, 26 Feb 2022 13:46:50 +0000 (08:46 -0500)]
repo: Add `query_file` API

The underlying `ostree_repo_load_file()` API has the caller pass
`NULL` for output arguments it doesn't want.  This isn't sanely
bindable in Rust - what the generator does is always request
all values, but maps them all to `Option<T>`.

The main cases are where a user wants either metadata, or both
metadata and content.  This API gives just metadata; it's a
bit more efficient as we don't need to open the file, and doesn't
require the caller to `unwrap()`.

3 years agoAdd manual bindings for MutableTree reading
Colin Walters [Thu, 17 Feb 2022 23:36:43 +0000 (18:36 -0500)]
Add manual bindings for MutableTree reading

I'm trying to debug a problem in ostree-rs-ext, and it's
handy to be able to do `dbg!(mtree.copy_files())`.

3 years agoRelease 0.13.6
Colin Walters [Thu, 10 Feb 2022 14:08:58 +0000 (09:08 -0500)]
Release 0.13.6

3 years agoFast-track fix for `ostree_gpg_verify_result_get_all()`
Colin Walters [Wed, 9 Feb 2022 23:41:31 +0000 (18:41 -0500)]
Fast-track fix for `ostree_gpg_verify_result_get_all()`

This cherry picks just the changes from
https://github.com/ostreedev/ostree/pull/2537

We don't need to wait to respin a new ostree release just
for this.

3 years agoRelease 0.13.5
Colin Walters [Fri, 4 Feb 2022 00:59:09 +0000 (19:59 -0500)]
Release 0.13.5

3 years agoAdd `COMMIT_META_CONTAINER_CMD` constant
Colin Walters [Thu, 3 Feb 2022 17:40:46 +0000 (12:40 -0500)]
Add `COMMIT_META_CONTAINER_CMD` constant

Today we hardcode `/bin/bash` in
https://github.com/coreos/coreos-assembler/blob/2088d24884771093101d95f915c921505128ef76/src/cmd-build#L405

But that breaks the concept of a bidirectional bridge between
container image and ostree commit because this little bit of
knowledge is encoded at the buildsystem side.

This metadata key is intended to be written into an ostree commit,
and then we will use it automatically in `container encapsulate`.

The "source of truth" for this key will hence be able live in the same
place that's generating the ostree commit.

The more "proper" place for this is probably alongside the other
constants in the libostree core C code.  But that's tedious and
slow to release.  And Rust is the future.  And we've been slowly
adding more "core ostree" functionality here.

3 years agorepo: Add two more cap-std APIs
Colin Walters [Thu, 3 Feb 2022 13:54:37 +0000 (08:54 -0500)]
repo: Add two more cap-std APIs

Followup to the previous PR.  I realized now with `io_lifetimes`
we can offer a safe `dfd_borrow()` that *borrows* the file descriptor
for the repository.  (In contrast to the current `.dfd()` that returns
the raw version)

Building on that, add another API that re-acquires a `Dir` instance.
(In the future in theory we could optimize this more by knowing
 whether or not the repo was constructed via cap-std, and perhaps
 in theory synthesize a `&Dir` reference, but I don't think we
 need that now)

3 years agoAdd a `cap-std-apis` feature with open/create
Colin Walters [Wed, 2 Feb 2022 22:47:52 +0000 (17:47 -0500)]
Add a `cap-std-apis` feature with open/create

I'm trying to make more use of `cap-std` in our stack, and
this will be a key enabling API.

Actually a notable side benefit of this is that we don't need
to teach the ostree C code itself to use `openat2`, we inherit
cap-std's setup.

All of the internal ostree code using the prior `openat()` should
continue to work.

I only did basic sanity checking of this; there may be bugs
in other APIs.

3 years agoRelease 0.13.4
Colin Walters [Wed, 5 Jan 2022 23:14:42 +0000 (18:14 -0500)]
Release 0.13.4

3 years agorepo: Add an API to read and parse directory metadata
Colin Walters [Wed, 15 Dec 2021 18:57:54 +0000 (13:57 -0500)]
repo: Add an API to read and parse directory metadata

The fact that the uid/gid/mode are big endian bit me when I was
trying to parse this "by hand" in ostree-rs-ext.

Let's add a footgun-free API for this.

(And yeah, we should probably do the same for the other variant types)

3 years agoci: add jobs for MSRV checks and linting
Luca BRUNO [Wed, 1 Dec 2021 17:04:08 +0000 (17:04 +0000)]
ci: add jobs for MSRV checks and linting

This adds two jobs in order to check minimum toolchain compatibility,
and for overall linting.

3 years agolib: run rustfmt
Luca BRUNO [Wed, 1 Dec 2021 15:18:47 +0000 (15:18 +0000)]
lib: run rustfmt

3 years agolib: fix new clippy warnings
Luca BRUNO [Wed, 1 Dec 2021 15:13:57 +0000 (15:13 +0000)]
lib: fix new clippy warnings

This fixes the following warnings highlighted by clippy:
 * https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark
 * https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
 * https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports

3 years agosys/cargo: refresh manifest
Luca BRUNO [Tue, 23 Nov 2021 08:38:13 +0000 (08:38 +0000)]
sys/cargo: refresh manifest

This updates stale dependencies and remove leftover settings.

3 years agoUpdate impl Display, omit to_string, change wording
Manuel Stühn [Tue, 23 Nov 2021 13:38:06 +0000 (14:38 +0100)]
Update impl Display, omit to_string, change wording

3 years agoadd ObjectDetails-struct and use it in list_objects-function
Manuel Stühn [Tue, 16 Nov 2021 11:10:50 +0000 (12:10 +0100)]
add ObjectDetails-struct and use it in list_objects-function

3 years agoupdate result type
Manuel Stühn [Tue, 16 Nov 2021 10:28:38 +0000 (11:28 +0100)]
update result type

3 years agoswitch from if-else to match
Manuel Stühn [Tue, 16 Nov 2021 10:27:50 +0000 (11:27 +0100)]
switch from if-else to match

3 years agoimplement list_objects-function an test
Manuel Stühn [Tue, 16 Nov 2021 08:17:02 +0000 (09:17 +0100)]
implement list_objects-function an test

3 years agosysroot: support create and load actions on builder
Luca BRUNO [Thu, 28 Oct 2021 12:31:57 +0000 (12:31 +0000)]
sysroot: support create and load actions on builder

This splits the builder completion step into separate actions for
creating/loading a sysroot.
It also introduces a roundtrip test over a freshly-created empty
sysroot.

3 years agosysroot: add a builder object
Luca BRUNO [Wed, 27 Oct 2021 09:45:34 +0000 (09:45 +0000)]
sysroot: add a builder object

This adds a `SysrootBuilder` in order to allow consumers to load
a configured `Sysroot` in an ergonomic way. It tries to prevent
logic bugs coming from handling half-initialized entities.

3 years agorepo: Add `require_rev` method
Colin Walters [Fri, 22 Oct 2021 13:38:09 +0000 (09:38 -0400)]
repo: Add `require_rev` method

The `resolve_rev` C method should really have been
`resolve_rev_optional` from the start - it is more obviously wrong
in Rust because the input parameter `allows_noent` controls
whether the returned `Option` can ever be `None`.

I debated adding this to the C bindings, and may still do so,
but eh it's faster to write + ship in Rust, and the future of ostree is
Rust anyways.

3 years ago(cargo-release) start next development iteration 0.13.4-alpha.0
Colin Walters [Wed, 6 Oct 2021 16:49:00 +0000 (12:49 -0400)]
(cargo-release) start next development iteration 0.13.4-alpha.0

3 years ago(cargo-release) version 0.13.3
Colin Walters [Wed, 6 Oct 2021 16:48:23 +0000 (12:48 -0400)]
(cargo-release) version 0.13.3

3 years agoBump ostree-sys version
Colin Walters [Wed, 6 Oct 2021 13:51:02 +0000 (09:51 -0400)]
Bump ostree-sys version

3 years agoUpdate to 2021.5
Colin Walters [Wed, 6 Oct 2021 13:48:22 +0000 (09:48 -0400)]
Update to 2021.5

3 years ago(cargo-release) version 0.13.3-alpha.1
Colin Walters [Thu, 30 Sep 2021 21:29:34 +0000 (17:29 -0400)]
(cargo-release) version 0.13.3-alpha.1

3 years ago(cargo-release) version 0.13.2
Colin Walters [Thu, 30 Sep 2021 21:25:46 +0000 (17:25 -0400)]
(cargo-release) version 0.13.2

3 years agorepo: Add `auto_transaction` and `TransactionGuard`
Colin Walters [Tue, 28 Sep 2021 19:37:26 +0000 (15:37 -0400)]
repo: Add `auto_transaction` and `TransactionGuard`

This gives auto-cancelling semantics on `Drop`, plus a nicer
`.commit()` method on the transaction.

Matches the currently private `_OstreeRepoAutoTransaction` in the C
library.

3 years ago(cargo-release) start next development iteration 0.13.2-alpha.0
Colin Walters [Thu, 23 Sep 2021 14:11:53 +0000 (10:11 -0400)]
(cargo-release) start next development iteration 0.13.2-alpha.0

3 years ago(cargo-release) version 0.13.1
Colin Walters [Thu, 23 Sep 2021 14:11:17 +0000 (10:11 -0400)]
(cargo-release) version 0.13.1

3 years agorepo: Expose dfd_as_file()
Colin Walters [Tue, 21 Sep 2021 12:59:17 +0000 (08:59 -0400)]
repo: Expose dfd_as_file()

The `dfd()` API returns just an integer.  Add a safe API that
makes a copy of the fd.  What we really want here is `BorrowedFd` from
https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md
but that isn't here yet.

3 years agoMake `SePolicy` have `Send`
Colin Walters [Mon, 20 Sep 2021 21:53:16 +0000 (17:53 -0400)]
Make `SePolicy` have `Send`

It's safe to send between threads, and I want to do so
in ostree-rs-ext to send to a tokio worker thread.

3 years agolib: Reexport libc::AT_FDCWD
Colin Walters [Thu, 9 Sep 2021 15:52:21 +0000 (11:52 -0400)]
lib: Reexport libc::AT_FDCWD

Useful with `Repo::open_at()`.

Right now ostree-rs-ext pulls in libc for this and `fgetxattr`,
but the latter should go into nix.

3 years agosys: Release 0.9.0
Colin Walters [Thu, 9 Sep 2021 12:24:58 +0000 (08:24 -0400)]
sys: Release 0.9.0

Should have been bumped in the previous commit.

3 years agoRelease 0.13
Colin Walters [Thu, 26 Aug 2021 01:21:20 +0000 (21:21 -0400)]
Release 0.13

Just an update to support libostree v2021.4, but bumping semver
because a few APIs (correctly) gained `Option<T>`.

3 years agoRelease 0.12.3
Colin Walters [Wed, 25 Aug 2021 19:50:14 +0000 (15:50 -0400)]
Release 0.12.3

No major changes, just exporting the `ffi` bits.

3 years agoCargo.toml: Bump to glib 0.14.4
Colin Walters [Mon, 23 Aug 2021 19:26:08 +0000 (15:26 -0400)]
Cargo.toml: Bump to glib 0.14.4

Not strictly required for this repo, but it has the new variant
bindings we want in ostree-rs-ext.

3 years agolib: Export ffi too
Colin Walters [Fri, 6 Aug 2021 20:35:13 +0000 (16:35 -0400)]
lib: Export ffi too

Matching how gtk-rs does it.  Right now rpm-ostree does depend
on interacting with `ostree-sys` via the cxxrs bits.

3 years agoRelease 0.12.2
Colin Walters [Fri, 6 Aug 2021 15:00:33 +0000 (11:00 -0400)]
Release 0.12.2

```
Colin Walters (8):
      Add 2021.3 feature
      Re-export glib, gio
      Deny unused results, warn on missing docs (except auto/)
      Add new GLib 0.14 variant types for metadata types
      Fix build with --features=v2021_3, use in CI by default
      Add more documentation for --features=v2021_3
      Use glib-sys via re-exported `glib::ffi` (and similar for gio)
      Release 0.12.2

Luca BRUNO (5):
      cargo: fix version in features chain
      lib: fix 'dox' feature
      cargo: point to docs.rs and clean up
      ostree: release 0.12.1
      cargo: bump ostree-sys to 0.8.1
```

3 years agoUse glib-sys via re-exported `glib::ffi` (and similar for gio)
Colin Walters [Tue, 3 Aug 2021 19:41:30 +0000 (15:41 -0400)]
Use glib-sys via re-exported `glib::ffi` (and similar for gio)

In general only `-sys` crates should depend on other `-sys`
crates.  IOW for us, `ostree-sys` depends on `glib-sys`.

By using the re-export, we avoid needing to keep a version lock
between `glib` and `glib-sys` in our main crate.  And similar
is true of our higher level reverse dependencies (e.g. `ostree-rs-ext`).

Also weaken our dependency to `0.14` as that's clearer.

3 years agoFix build with --features=v2021_3, use in CI by default
Colin Walters [Tue, 3 Aug 2021 14:52:21 +0000 (10:52 -0400)]
Fix build with --features=v2021_3, use in CI by default

It's a huge trap for us not to build with the latest ostree feature
on, I didn't have my IDE configured for it, and CI didn't have
it on.

The previous bump to glib 0.14 broke the Sign code.

3 years agoAdd more documentation for --features=v2021_3
Colin Walters [Tue, 3 Aug 2021 19:01:10 +0000 (15:01 -0400)]
Add more documentation for --features=v2021_3

My previous pass was at the default feature level.

3 years agoAdd new GLib 0.14 variant types for metadata types
Colin Walters [Mon, 2 Aug 2021 18:41:22 +0000 (14:41 -0400)]
Add new GLib 0.14 variant types for metadata types

This way it's more convenient for downstream crates like ostree-rs-ext
to convert loaded variants.

TODO: Can we add a feature for the `gvariant` crate and expose via
that too?

3 years agoDeny unused results, warn on missing docs (except auto/)
Colin Walters [Mon, 2 Aug 2021 19:51:49 +0000 (15:51 -0400)]
Deny unused results, warn on missing docs (except auto/)

And add basic docs for our manually implemented functions.

3 years agocargo: bump ostree-sys to 0.8.1
Luca BRUNO [Mon, 2 Aug 2021 15:49:08 +0000 (15:49 +0000)]
cargo: bump ostree-sys to 0.8.1

3 years agoostree: release 0.12.1
Luca BRUNO [Mon, 2 Aug 2021 15:32:40 +0000 (15:32 +0000)]
ostree: release 0.12.1

3 years agocargo: point to docs.rs and clean up
Luca BRUNO [Mon, 2 Aug 2021 15:17:31 +0000 (15:17 +0000)]
cargo: point to docs.rs and clean up

This removes stale URLs, pointing to the auto-built docpages at
docs.rs and sorting manifest entries.

3 years agolib: fix 'dox' feature
Luca BRUNO [Mon, 2 Aug 2021 15:15:51 +0000 (15:15 +0000)]
lib: fix 'dox' feature

This makes sure docs can be properly built when using the 'dox'
feature. It should fix auto-builds on docs.rs.

3 years agocargo: fix version in features chain
Luca BRUNO [Mon, 2 Aug 2021 14:36:33 +0000 (14:36 +0000)]
cargo: fix version in features chain

This fixes the definition of the `v2016_4` feature.
It restores the chain of versions so that 2016.3 symbols can be
actually reached from newer features/versions.

3 years agoRe-export glib, gio
Colin Walters [Sat, 31 Jul 2021 21:15:03 +0000 (17:15 -0400)]
Re-export glib, gio

Re-export our dependencies.  See https://gtk-rs.org/blog/2021/06/22/new-release.html
"Dependencies are re-exported".  Users will need e.g. `gio::File`, so this avoids
them needing to update matching versions.

Closes: https://github.com/ostreedev/ostree-rs/issues/12
3 years agoAdd 2021.3 feature
Colin Walters [Mon, 26 Jul 2021 16:39:50 +0000 (12:39 -0400)]
Add 2021.3 feature

(We should add doing this as a SOP for ostree releases)

3 years agoBump versions
Colin Walters [Mon, 26 Jul 2021 16:08:29 +0000 (12:08 -0400)]
Bump versions

The glib 0.14 change is semver incompatible.

3 years agoUpdate to glib 0.14
Colin Walters [Thu, 24 Jun 2021 21:38:16 +0000 (17:38 -0400)]
Update to glib 0.14

An intimidating spam of compiler errors at the start, but the
biggest was handling the new convention of `ostree_sys::` => `ffi::`.

This will require a semver bump of course.

3 years agoci: Fix buildroot to use new official image
Colin Walters [Mon, 26 Jul 2021 14:14:48 +0000 (10:14 -0400)]
ci: Fix buildroot to use new official image

Which is maintained and has updated rust.

3 years agoMark src/auto/* as generated
Colin Walters [Mon, 26 Jul 2021 12:01:14 +0000 (08:01 -0400)]
Mark src/auto/* as generated

3 years agorepo_transaction_stats: move to a manual implementation
Luca BRUNO [Wed, 23 Jun 2021 17:12:40 +0000 (17:12 +0000)]
repo_transaction_stats: move to a manual implementation

This moves `RepoTransactionStats` into a manually implemented
source file in order to provide getters to expose relevant
fields.

3 years agoBump sys version requirement
Colin Walters [Thu, 15 Apr 2021 20:41:15 +0000 (16:41 -0400)]
Bump sys version requirement